Skip to content

npm(deps-dev): bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in /frontend#367

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vitejs/plugin-react-6.0.2
Closed

npm(deps-dev): bump @vitejs/plugin-react from 6.0.1 to 6.0.2 in /frontend#367
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/vitejs/plugin-react-6.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Bumps @vitejs/plugin-react from 6.0.1 to 6.0.2.

Release notes

Sourced from @​vitejs/plugin-react's releases.

plugin-react@6.0.2

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

Changelog

Sourced from @​vitejs/plugin-react's changelog.

6.0.2 (2026-05-14)

Allow all options in reactCompilerPreset (#1189)

This is a type only change. Only compilationMode and target options were available for reactCompilerPreset.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.2/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

ttlequals0 added a commit that referenced this pull request Jun 15, 2026
pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371),
idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373),
pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint
8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite
4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green.
ttlequals0 added a commit that referenced this pull request Jun 16, 2026
…#380)

* fix: bump cryptography to 48.0.1 (GHSA-537c-gmf6-5ccf)

pip-audit flagged cryptography 48.0.0 against a newly disclosed advisory
GHSA-537c-gmf6-5ccf (fix 48.0.1), failing CI on every branch. Patch-level
dependency bump with regenerated hashes; no app code change. Releases as
2.8.12.

* chore(deps): bump all open dependabot deps for 2.8.12

pip: cryptography 48.0.1->49.0.0 (supersedes the advisory fix, #371),
idna 3.18 (#370), anthropic 0.109.1 (#372), huggingface-hub 1.19.0 (#373),
pytest 9.1.0 (#374). npm: @typescript-eslint/parser + typescript-eslint
8.61.0 (#369,#365), @vitejs/plugin-react 6.0.2 (#367), @tailwindcss/vite
4.3.1 (#366), lucide-react 1.18.0 (#368). Full suite + tsc + build green.

* feat: per-feed display title override (#375)

Adds a refresh-safe title_override column. The rename actually replaces the
channel title in the SERVED RSS (both <title> and <image><title> via
modify_feed), so podcast apps show the custom name and a processed feed is
distinguishable from the source. RSS refresh keeps updating the source
title but never touches the override. API: titleOverride on get/list/update
feed with a length-capped validator; the clobbered raw-title PATCH path is
removed. New unit + endpoint tests.

* feat(ui): editable feed title on the detail page (#375)

Inline-edit affordance in the FeedDetail header: hover pencil opens an
input, Enter/Save persists, Esc/Cancel aborts; a Custom badge marks an
override and blank clears it back to the source title. Feeds list and
cards show the effective (override || source) title so the custom name
appears in the library.

* docs: 2.8.12 changelog (title override + dependency sweep)

* simplify: share feedDisplayTitle helper across feed-title render sites

Centralizes override||title in one helper and applies it to the feeds
list, cards, detail header, and the Stats/History podcast filters (the
last two still showed the source title). Minor: helper-text && over a
dead-arm ternary; fix a stray indentation in the update_feed response.

* review: regenerate served feed on rename + sanitize the title override

Two code-review fixes: (1) a titleOverride-only PATCH now force-regenerates
the cached RSS (it was only triggered by max_episodes/onlyExpose), so the
renamed <title> actually reaches subscribers instead of waiting for the next
upstream change; (2) strip XML-forbidden control chars and collapse interior
newlines in the validator -- an interior control char made the served feed
not-well-formed and every app would reject it. Adds regen + sanitization +
well-formed-XML tests.

* fix(deps): bump hf-xet to 1.5.1 for huggingface-hub 1.19.0 compatibility

huggingface-hub 1.19.0 requires hf-xet>=1.5.1,<2.0.0; the transitive pin
was still at 1.4.3, which made a fresh --require-hashes resolve fail in CI
(pip-audit and Python tests).

* release 2.8.13: feed detail UI cleanup

- Always-visible title edit pencil (was hover-only, untappable on touch)
- Tags section collapsed by default
- Per-feed controls moved into a collapsed 'Feed settings' section,
  extracted to FeedSettingsPanel.tsx to match the other feed panels
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Author

Looks like @vitejs/plugin-react is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/vitejs/plugin-react-6.0.2 branch June 16, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants